docs: add Windows/XAMPP installation guide and Windows path examples#410
Open
reyruiz1 wants to merge 1 commit into
Open
docs: add Windows/XAMPP installation guide and Windows path examples#410reyruiz1 wants to merge 1 commit into
reyruiz1 wants to merge 1 commit into
Conversation
- Add INSTALL_WINDOWS.md with step-by-step guide for PHP 8.x + MySQL 8.0 on Windows using XAMPP, including troubleshooting for common install errors - Add Windows path examples to custom_config.inc.php.example alongside existing Linux examples Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
INSTALL_WINDOWS.md: step-by-step installation guide for Windows/XAMPPcovering PHP 8.x + MySQL 8.0, required directories, phpMyAdmin setup, and
troubleshooting for common errors encountered on Windows installs
custom_config.inc.php.example: add Windows path examples alongsideexisting Linux examples so Windows users know what values to use
.gitignore: exclude.claude/(Claude Code AI tool session files)Motivation
The existing documentation only shows Linux paths (
/var/testlink/logs/).Windows users following a fresh XAMPP install hit multiple errors with no
guidance. This PR documents the working solution tested on Windows 11 + XAMPP.
Errors covered in the troubleshooting section
/var/testlink/logs/directory not found (Unix path used on Windows)1045 Access denied for testlinkUser(password out of sync after failed install)pmauser missing)#1194 Table 'db' is marked as crashed#1396 Operation ALTER USER failed(user doesn't exist)